action stuff: Change include style
authorRyan Lortie <desrt@desrt.ca>
Thu, 9 May 2013 19:08:02 +0000 (15:08 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Mon, 13 May 2013 20:33:42 +0000 (16:33 -0400)
The shell wants to transplant our GtkActionObserver/GtkActionObservable
code now as well, so change to ""-style #includes there.

gtk/gtkactionobservable.h

index 6a174941426b478bfdeaafb1431b4134c8ddfe84..aa1514b3c9739dab2fd25ae47964df1368e44284 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __GTK_ACTION_OBSERVABLE_H__
 #define __GTK_ACTION_OBSERVABLE_H__
 
-#include <gtk/gtkactionobserver.h>
+#include "gtkactionobserver.h"
 
 G_BEGIN_DECLS